Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Circuit Breaker flaky test #2770

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

guydc
Copy link
Contributor

@guydc guydc commented Mar 4, 2024

What this PR does / why we need it:
Allows responses to converge to a closed circuit breaker, instead of demanding that the first request will already have the circuit breaker enforced.

Which issue(s) this PR fixes:
Fixes #2758

@guydc guydc requested a review from a team as a code owner March 4, 2024 18:58
@guydc guydc force-pushed the fix-e2e-cb-flake branch from 248588d to 1aa1ba4 Compare March 4, 2024 19:00
Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.63%. Comparing base (ca572b8) to head (1aa1ba4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2770   +/-   ##
=======================================
  Coverage   63.63%   63.63%           
=======================================
  Files         123      123           
  Lines       20189    20189           
=======================================
  Hits        12847    12847           
  Misses       6519     6519           
  Partials      823      823           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@arkodg arkodg requested review from a team March 4, 2024 19:12
@arkodg arkodg merged commit e8a2b5e into envoyproxy:main Mar 4, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flaky: TestE2E/CircuitBreaker/Deny_All_Requests
2 participants